home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat4 / fstab.z / fstab
Encoding:
Text File  |  2002-10-03  |  43.2 KB  |  859 lines

  1.  
  2.  
  3.  
  4. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      fstab - static information about filesystems
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      The file /_e_t_c/_f_s_t_a_b describes the filesystems and swapping partitions
  13.      used by the local machine.  The system administrator can modify it with a
  14.      text editor.  It is read by commands that mount, unmount, and check the
  15.      consistency of filesystems.  The file consists of a number of lines of
  16.      the form:
  17.  
  18.           _f_i_l_e_s_y_s_t_e_m  _d_i_r_e_c_t_o_r_y  _t_y_p_e  _o_p_t_i_o_n_s  _f_r_e_q_u_e_n_c_y  _p_a_s_s
  19.  
  20.      For example:
  21.  
  22.           /dev/root   /   xfs   rw  0 0
  23.  
  24.      Fields are separated by white space; a `#' as the first non-white space
  25.      character indicates a comment.
  26.  
  27.      The entries from this file are accessed using the routines in
  28.      _g_e_t_m_n_t_e_n_t(3), which return a structure of the following form:
  29.  
  30.           struct mntent {
  31.                char    *mnt_fsname;    /* filesystem name */
  32.                char    *mnt_dir;       /* filesystem path prefix */
  33.                char    *mnt_type;      /* e.g. xfs, nfs, proc, or ignore */
  34.                char    *mnt_opts;      /* rw, ro, hard, soft, etc. */
  35.                int     mnt_freq;       /* dump frequency, in days */
  36.                int     mnt_passno;     /* parallel fsck pass number */
  37.           };
  38.  
  39.      This structure is defined in the <_m_n_t_e_n_t._h> include file.  To compile and
  40.      link a program that calls _g_e_t_m_n_t_e_n_t(3), follow the procedures for section
  41.      (3Y) routines as described in _i_n_t_r_o(3).
  42.  
  43.      The _m_n_t__d_i_r field is the full pathname of the directory to be mounted on.
  44.      The _m_n_t__t_y_p_e field determines how the _m_n_t__f_s_n_a_m_e and _m_n_t__o_p_t_s fields are
  45.      interpreted.  Here is a list of the filesystem types currently supported,
  46.      and the way each of them interprets these fields:
  47.  
  48.      xxxxffffssss       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  49.                /_d_e_v/_r_o_o_t) or a logical volume.
  50.  
  51.      eeeeffffssss       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  52.                /_d_e_v/_r_o_o_t) or a logical volume.
  53.  
  54.      uuuuddddffff       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  55.                /_d_e_v/_d_s_k/_d_k_s_0_d_4_v_o_l).  To mount a DVD, the block device for the
  56.                volume should be used.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  71.  
  72.  
  73.  
  74.      pppprrrroooocccc      _m_n_t__f_s_n_a_m_e should be the /_p_r_o_c directory.  See _p_r_o_c(4).
  75.  
  76.      ffffdddd        _m_n_t__f_s_n_a_m_e should be the /_d_e_v/_f_d directory.  See _f_d(4).
  77.  
  78.      hhhhwwwwggggffffssss     _m_n_t__f_s_n_a_m_e should be the /_h_w directory.  See _h_w_g_f_s(4).
  79.  
  80.      nnnnffffssss       _m_n_t__f_s_n_a_m_e is the path on the server of the directory to be
  81.                served.  (NFS option only).
  82.  
  83.      ccccddddffffssss      A synonym for type iiiissssoooo9999666666660000 (see below).  This type is required
  84.                for MIPS ABI compliance.
  85.  
  86.      iiiissssoooo9999666666660000   _m_n_t__f_s_n_a_m_e formerly was a generic SCSI device.  With 6.2 plus
  87.                patches, or later releases, it is the volume partition of the
  88.                raw disk (for example, /_d_e_v/_r_d_s_k/_d_k_s_0_d_7_v_o_l).  See _d_s(7M).  This
  89.                filesystem type is used to mount CD-ROM discs in ISO 9660 (with
  90.                or without Rock Ridge extensions) and High Sierra formats.
  91.                _e_o_e._s_w._c_d_r_o_m must be installed in order to use the iiiissssoooo9999666666660000
  92.                filesystem type.
  93.  
  94.      ddddoooossss       _m_n_t__f_s_n_a_m_e is normally a floppy device, or other removable
  95.                media using the disk driver.  These are located in the
  96.                directory /_d_e_v/_r_d_s_k (for example, /_d_e_v/_r_d_s_k/_f_d_s_0_d_2._3._5).  See
  97.                _d_k_s_c(7M) and _s_m_f_d(7M).
  98.  
  99.      hhhhffffssss       _m_n_t__f_s_n_a_m_e must be either a floppy device or a raw disk device.
  100.                Floppy devices are located in the directory /_d_e_v/_r_d_s_k (for
  101.                example, /_d_e_v/_r_d_s_k/_f_d_s_0_d_2._3._5_h_i).  See _s_m_f_d(7M).  Raw disk
  102.                devices are located in the directory /_d_e_v/_r_d_s_k (for example,
  103.                /_d_e_v/_r_d_s_k/_d_k_s_0_d_4_v_o_l).  See _d_s(7M).
  104.  
  105.      sssswwwwaaaapppp      _m_n_t__f_s_n_a_m_e should be the full pathname to the file or block
  106.                device to be used as a swap resource.
  107.  
  108.      ccccaaaacccchhhheeeeffffssss   _m_n_t__f_s_n_a_m_e should be the filesystem name for the backing
  109.                filesystem to be mounted as a cache filesystem.  This will
  110.                either be the special filename (for example, /_d_e_v/_d_s_k/_d_k_s_0_d_4_s_7)
  111.                or _h_o_s_t:_p_a_t_h.
  112.  
  113.      rrrraaaawwwwddddaaaattttaaaa   _m_n_t__f_s_n_a_m_e may be the block/char special device of the
  114.                partition or logical volume to reserve (_m_n_t__d_i_r is ignored).
  115.                This entry enables the system utilities (for example, _m_k_f_s,
  116.                _m_o_u_n_t, and so on) to treat the raw partition or logical volume
  117.                as 'mounted', preventing the partition from inadvertently being
  118.                overwritten.  Any packages that require dedicated raw
  119.                partitions (databases and so on) should consider placing a
  120.                rrrraaaawwwwddddaaaattttaaaa entry in _f_s_t_a_b(4).
  121.  
  122.      If the _m_n_t__t_y_p_e is specified as iiiiggggnnnnoooorrrreeee, then the entry is ignored.  This
  123.      is useful to show disk partitions not currently used.  _m_n_t__f_r_e_q is not
  124.      used in current IRIX systems.
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  137.  
  138.  
  139.  
  140.      _m_n_t__p_a_s_s_n_o can be used to control the behavior of parallel filesystem
  141.      checking on bootup, see _f_s_c_k(1M).
  142.  
  143.      The _m_n_t__o_p_t_s field contains a list of comma-separated option words.  Some
  144.      _m_n_t__o_p_t_s are valid for all filesystem types, while others apply to a
  145.      specific type only.
  146.  
  147.      Options valid on all filesystems (the default is rrrrwwww) are:
  148.  
  149.      rrrrwwww        Read/write.
  150.  
  151.      rrrroooo        Read-only.
  152.  
  153.      nnnnooooaaaauuuuttttoooo    Ignore this entry during a _m_o_u_n_t ----aaaa command, to allow the
  154.                definition of _f_s_t_a_b entries for commonly-used filesystems that
  155.                should not be automatically mounted.
  156.  
  157.      ggggrrrrppppiiiidddd     Causes a file created within the filesystem to have the group
  158.                ID of its parent directory, not the creating process's group
  159.                ID.
  160.  
  161.      nnnnoooossssuuuuiiiidddd    Setuid execution not allowed for non-superusers.  This option
  162.                has no effect for the superuser.
  163.  
  164.      nnnnooooddddeeeevvvv     Access to character and block special files is disallowed.
  165.  
  166.      Mandatory Access Control options can be specified using a list of colon-
  167.      separated options:
  168.  
  169.                               eeeeaaaagggg:_o_p_t_i_o_n{:_o_p_t_i_o_n ...}
  170.  
  171.      where _o_p_t_i_o_n is one of the following:
  172.  
  173.      mmmmaaaacccc----ddddeeeeffffaaaauuuulllltttt=_l_a_b_e_l
  174.           Use the specified label for all files on the specified file system
  175.           that do not have a MAC label.
  176.  
  177.      mmmmaaaacccc----iiiipppp=_l_a_b_e_l
  178.           Use the specified label for communications to other systems
  179.           regarding this file system.
  180.  
  181.      A number of filesystem types also support the ddddeeeebbbbuuuugggg option, but the
  182.      meaning varies with the filesystem type.
  183.  
  184.      Options specific only to xxxxffffssss,,,, eeeeffffssss and nnnnffffssss filesystems are:
  185.  
  186.      qqqquuuuoooottttaaaa     Disk quota accounting enabled, and limits enforced.
  187.  
  188.      Options specific to xxxxffffssss filesystems are:
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  203.  
  204.  
  205.  
  206.      bbbbiiiioooossssiiiizzzzeeee   The biosize (buffered I/O size) option can be used to set the
  207.                default preferred buffered I/O size for filesystem.  The
  208.                default preferred I/O size is 64K.  The biosize option can be
  209.                used to decrease the preferred I/O size.  The size must be
  210.                expressed as the log (base2) of the desired I/O size.  Valid
  211.                values for this option are 14 through 16, inclusive (e.g. 16K,
  212.                32K, and 64K bytes).  On machines with 4K size pages, 13 (8
  213.                Kbytes) is also a valid size.  The preferred buffered I/O size
  214.                can also be altered on a per-file basis using the _f_c_n_t_l system
  215.                call.  See _f_c_n_t_l(2) for further details.
  216.  
  217.      iiiinnnnooooddddeeee66664444   The inode64 option is used to indicate that xfs is allowed to
  218.                create inodes at any location in the filesystem, including
  219.                those which will result in inode numbers occupying more than 32
  220.                bits.  This is provided for backwards compatibility, but causes
  221.                problems for backup applications like networker.
  222.  
  223.      ddddmmmmiiii       Enable the Data Management Interface event callouts.
  224.  
  225.      llllooooggggbbbbuuuuffffssss   Set the number of in memory log buffers.  Valid numbers range
  226.                from 2-8 inclusive.  The default value is 8 buffers for
  227.                filesystems with a blocksize of 64K, 4 buffers for filesystems
  228.                with a blocksize of 32K, 3 buffers for filesystems with a
  229.                blocksize of 16K, and 2 buffers for all other configurations.
  230.                Increasing the number of buffers may increase performance on
  231.                some workloads at the cost of the memory used for the extra log
  232.                buffers and their associated control structures.
  233.  
  234.      nnnnooooaaaalllliiiiggggnnnn   Data allocations will not be aligned at stripe unit boundaries.
  235.  
  236.      nnnnooooaaaattttiiiimmmmeeee   Access timestamps are not updated when a file is read.
  237.  
  238.      nnnnoooorrrreeeeccccoooovvvveeeerrrryyyy
  239.                The filesystem will be mounted without running log recovery.
  240.                If the filesystem was not cleanly unmounted, it is likely to be
  241.                inconsistent when mounted in norecovery mode.  Some files or
  242.                directories may not be accessible because of this.  Filesystems
  243.                mounted norecovery must be mounted read-only or the mount will
  244.                fail.
  245.  
  246.      oooossssyyyynnnncccciiiissssddddssssyyyynnnncccc
  247.                Make writes to files opened with the O_SYNC flag set behave as
  248.                if the O_DSYNC flag had been used instead.  This can result in
  249.                better performance without compromising data safety.  However
  250.                if this option in effect, timestamp updates from O_SYNC writes
  251.                can be lost if the system crashes.
  252.  
  253.      qqqqnnnnooooeeeennnnffffoooorrrrcccceeee
  254.                Disk quota accounting enabled, but limits are not enforced.
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                                                         PPPPaaaaggggeeee 4444
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  269.  
  270.  
  271.  
  272.      ppppqqqquuuuoooottttaaaa    Project disk quota accounting enabled and limits enforced.
  273.  
  274.      ppppqqqqnnnnooooeeeennnnffffoooorrrrcccceeee
  275.                Project disk quota accounting enabled, but limits are not
  276.                enforced.
  277.  
  278.      ggggqqqquuuuoooottttaaaa    Group disk quota accounting enabled and limits enforced.
  279.  
  280.      ggggqqqqnnnnooooeeeennnnffffoooorrrrcccceeee
  281.                Group disk quota accounting enabled, but limits are not
  282.                enforced.
  283.  
  284.      ssssuuuunnnniiiitttt=_v_a_l_u_e
  285.                Used to specify the stripe unit for a RAID device or a xlv
  286.                stripe volume.  _v_a_l_u_e has to be specified in 512-byte block
  287.                units.  If this option is not specified and the filesystem was
  288.                made on a stripe volume or the stripe unit was specified for
  289.                the RAID device at mkfs time, then the mount system call will
  290.                restore the value from the superblock. For filesystems that are
  291.                made directly on RAID devices, this option can be used to
  292.                override the information in the superblock if the underlying
  293.                disk layout changes after the filesystem has been mkfsed. If
  294.                the filesystem is made on a xlv volume, then this will be done
  295.                implicitly.
  296.  
  297.      sssswwwwiiiiddddtttthhhh=_v_a_l_u_e
  298.                Used to specify the stripe width for a RAID device or a xlv
  299.                stripe volume.  _v_a_l_u_e has to be specified in 512-byte block
  300.                units.  If this option is not specified, and the filesystem was
  301.                made on a stripe volume or the stripe width was specified for
  302.                the RAID device at mkfs time, then the mount system call will
  303.                restore the value from the superblock. For filesystems that are
  304.                made directly on RAID devices, this option can be used to
  305.                override the information in the superblock if the underlying
  306.                disk layout changes after the filesystem has been mkfsed. If
  307.                the filesystem is made on a xlv volume, then this will be done
  308.                implicitly. This option is required if the ----oooo ssssuuuunnnniiiitttt option has
  309.                been specified. Also it has to be a multiple of the sunit
  310.                option.
  311.  
  312.      wwwwssssyyyynnnncccc     All operations that modify the filesystem are synchronous
  313.                except for writes to user files (e.g. create, unlink, mv,
  314.                truncate, etc.).  This option can be used in conjunction with
  315.                exporting a filesystem -wsync to obtain NFS write-synchronous
  316.                semantics, if so desired.  See eeeexxxxppppoooorrrrttttssss((((4444)))) for further
  317.                information.
  318.  
  319.      Options specific to eeeeffffssss filesystems (the default is ffffsssscccckkkk, nnnnooooqqqquuuuoooottttaaaa) are:
  320.  
  321.      rrrraaaawwww=_p_a_t_h  The filesystem's raw device pathname (for example, /_d_e_v/_r_r_o_o_t).
  322.  
  323.  
  324.  
  325.  
  326.  
  327.                                                                         PPPPaaaaggggeeee 5555
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  335.  
  336.  
  337.  
  338.      ffffsssscccckkkk      _f_s_c_k(1M) invoked with no filesystem arguments should check this
  339.                filesystem.
  340.  
  341.      nnnnooooffffsssscccckkkk    _f_s_c_k(1M) should not check this filesystem by default.
  342.  
  343.      nnnnooooqqqquuuuoooottttaaaa   Disk quota accounting and limit enforcement disabled.
  344.  
  345.      llllbbbbssssiiiizzzzeeee=_n  The number of bytes transferred in each read or synchronous
  346.                write operation.
  347.  
  348.                The value assigned to the llllbbbbssssiiiizzzzeeee option must be a power of two
  349.                at least as large as the system page size.  This value is
  350.                returned by the _g_e_t_p_a_g_e_s_i_z_e(2) system call and is normally
  351.                either 4096 or 16384 depending on the system type.  The current
  352.                default for llllbbbbssssiiiizzzzeeee is the value in the fs_sectors field of the
  353.                superblock of the filesystem.  This was normally the number of
  354.                "sectors per track" in the past, but that often fictitious
  355.                value is no longer used.  If not set on the mkfs command line,
  356.                the maximum value of 128 sectors is used by IRIX 6.4 and later
  357.                releases.  An invalid size will cause the mount to fail with
  358.                the error EINVAL.  The maximum size is currently 65536.  Note
  359.                that less than llllbbbbssssiiiizzzzeeee bytes will be transferred if there are
  360.                not llllbbbbssssiiiizzzzeeee contiguous bytes of the addressed portion of the
  361.                file on disk.
  362.  
  363.      Options specific to ddddoooossss filesystems.
  364.  
  365.      ppppaaaarrrrttttiiiittttiiiioooonnnn
  366.           With a following number, as ppppaaaarrrrttttiiiittttiiiioooonnnn,,,,####, where #### is most often
  367.           either 1 or 4, is used with type 5 (extended) filesystems to specify
  368.           which partition to use.  Otherwise type 5 filesystems are not
  369.           supported.
  370.  
  371.      Options specific to iiiissssoooo9999666666660000 filesystems (the default is rrrrwwww, which has no
  372.      effect since CD-ROM discs are always read-only) are:
  373.  
  374.      sssseeeettttxxxx      Set execute permission on every file on the mounted filesystem.
  375.                The default is to make an intelligent guess based on the first
  376.                few bytes of the file.
  377.  
  378.      nnnnoooottttrrrraaaannnnssssllllaaaatttteeee
  379.                Don't translate ISO 9660 filenames to UNIX filenames.  The
  380.                default is to convert upper case to lower case and to truncate
  381.                the part including and after the semicolon.
  382.  
  383.      ccccaaaacccchhhheeee=_b_l_o_c_k_s
  384.                Set the number of 2048 byte blocks to be used for caching
  385.                directory contents.  The default is to cache 128 blocks.
  386.  
  387.      nnnnooooeeeexxxxtttt     Ignore Rock Ridge extensions.  The default when the nnnnooooeeeexxxxtttt
  388.                option is not specified is to use Rock Ridge extensions if
  389.                present.
  390.  
  391.  
  392.  
  393.                                                                         PPPPaaaaggggeeee 6666
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  401.  
  402.  
  403.  
  404.      ssssuuuusssspppp      Enable processing of System Use Sharing Protocol extensions to
  405.                the ISO 9660 specification.  This is the default.
  406.  
  407.      nnnnoooossssuuuusssspppp    Disable processing of System Use Sharing Protocol extensions.
  408.                This has the same effect as the nnnnooooeeeexxxxtttt option.
  409.  
  410.      rrrrrrrriiiipppp      Enable processing of the Rock Ridge extensions.  This is the
  411.                default.
  412.  
  413.      nnnnoooorrrrrrrriiiipppp    Disable processing of the Rock Ridge extensions.  This is
  414.                equivalent to the nnnnooooeeeexxxxtttt option.
  415.  
  416.      nnnnmmmmccccoooonnnnvvvv====[[[[ccccllllmmmm]]]]
  417.                This option is supplied for MIPS ABI compliance; some non-IRIX
  418.                systems may implement it only for type ccccddddffffssss, IRIX allows it
  419.                with type iiiissssoooo9999666666660000 also.  Only one of the three letters cccc, llll, or
  420.                mmmm can be specified.  This option controls filename translation.
  421.                cccc has the same meaning as nnnnoooottttrrrraaaannnnssssllllaaaatttteeee above.  llll requests
  422.                translation to lower case (the IRIX default), and mmmm suppresses
  423.                the version number (also the IRIX default).
  424.  
  425.      NFS clients can mount iiiissssoooo9999666666660000, ddddoooossss, and hhhhffffssss filesystems remotely by
  426.      specifying _h_o_s_t_n_a_m_e:_m_o_u_n_t_p_o_i_n_t for _f_i_l_e_s_y_s_t_e_m and nnnnffffssss for _t_y_p_e, where an
  427.      iiiissssoooo9999666666660000, ddddoooossss, or hhhhffffssss filesystem is mounted at _m_o_u_n_t_p_o_i_n_t on the host
  428.      _h_o_s_t_n_a_m_e.  In this case, the same _o_p_t_i_o_n_s apply as with nnnnffffssss (see below).
  429.  
  430.      If the NFS option is installed, the following options are valid for nnnnffffssss
  431.      filesystems:
  432.  
  433.      vvvveeeerrrrssss====_n    Use NFS protocol version _n.  (The default is to try version 3,
  434.                falling back to version 2 if the version 3 mount fails.)
  435.  
  436.      bbbbgggg        If the first attempt fails, retry in the background.
  437.  
  438.      ffffgggg        Retry in foreground.  (Default)
  439.  
  440.      rrrreeeettttrrrryyyy====_n   Set number of mount failure retries to _n.  (Default = 10000)
  441.  
  442.      rrrrssssiiiizzzzeeee====_n   Set read transfer size to _n bytes. This value will be rounded
  443.                up to the nearest multiple of 512 bytes. The default is 8192
  444.                for NFS version 2. The default for NFS version 3 depends on the
  445.                protocol used to communicate to the server:  for the TCP
  446.                protocol the default is always the same as set by
  447.                nnnnffffssss3333____ddddeeeeffffaaaauuuulllltttt____xxxxffffeeeerrrr system tunable, for the UDP the default is
  448.                set to 16384 bytes if the route to the server is known to go
  449.                through a router or when the Maximum Transmission Unit (MTU) of
  450.                the interface used to get to the server is Ethernet-sized
  451.                (about 1500 bytes) or less, otherwise the default is the same
  452.                as for the TCP. The default value for the system tunable
  453.                nnnnffffssss3333____ddddeeeeffffaaaauuuulllltttt____xxxxffffeeeerrrr is 32768. The system tunable is used to
  454.                adjust the default transfer size accross all NFS mounts, for
  455.                example, if 16384 is still too much for routers. setting it to
  456.  
  457.  
  458.  
  459.                                                                         PPPPaaaaggggeeee 7777
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  467.  
  468.  
  469.  
  470.                8192 gives the same default for version 3 as version 2. For NFS
  471.                version 3, the read transfer size specified by the server will
  472.                be used if it is smaller than either the default or what the
  473.                user has specified.  The upper limit for rrrrssssiiiizzzzeeee and wwwwssssiiiizzzzeeee
  474.                depends on the protocol: for UDP it is 48 kilobytes, for TCP
  475.                the _r_e_c_o_m_m_e_n_d_e_d upper limit is 64 kilobytes.
  476.  
  477.      wwwwssssiiiizzzzeeee====_n   Set write transfer size to _n bytes.  This value will be rounded
  478.                up to the nearest multiple of 512 bytes.  The default is the
  479.                same as for the read size.  For NFS version 3, the write
  480.                transfer size specified by the server will be used if it is
  481.                smaller than either the default or what the user has specified.
  482.  
  483.      ttttiiiimmmmeeeeoooo====_n   Set NFS timeout to _n tenths of a second.  (Default = 11)
  484.  
  485.      rrrreeeettttrrrraaaannnnssss====_n Set number of NFS retransmissions to _n.  (Default = 5)
  486.  
  487.      ppppoooorrrrtttt====_n    Set server UDP port number to _n.  (Default = 2049)
  488.  
  489.      hhhhaaaarrrrdddd      Retry request until server responds.  (Default)
  490.  
  491.      ssssoooofffftttt      Return error if server doesn't respond.
  492.  
  493.      iiiinnnnttttrrrr      Allow requests to be interrupted by the following signals:
  494.                SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGTERM, and SIGTSTP. This
  495.                option is "on" by default and has been retained for backward
  496.                compatibility.
  497.  
  498.      nnnnooooiiiinnnnttttrrrr    Disallow requests to be interrupted by the following signals:
  499.                SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGTERM, and SIGTSTP.
  500.                (Requests are interruptible by these signals, by default.)
  501.  
  502.      aaaaccccrrrreeeeggggmmmmiiiinnnn=_t
  503.                Set the regular file minimum attribute cache timeout to _t
  504.                seconds.  (Default = 3)
  505.  
  506.      aaaaccccrrrreeeeggggmmmmaaaaxxxx=_t
  507.                Set the regular file maximum attribute cache timeout to _t
  508.                seconds.  (Default = 60)
  509.  
  510.      aaaaccccddddiiiirrrrmmmmiiiinnnn=_t
  511.                Set the directory minimum attribute cache timeout to _t seconds.
  512.                (Default = 30)
  513.  
  514.      aaaaccccddddiiiirrrrmmmmaaaaxxxx=_t
  515.                Set the directory maximum attribute cache timeout to _t seconds.
  516.                (Default = 60)
  517.  
  518.      aaaaccccttttiiiimmmmeeeeoooo=_t Set regular and directory minimum and maximum attribute cache
  519.                timeouts to _t seconds.
  520.  
  521.  
  522.  
  523.  
  524.  
  525.                                                                         PPPPaaaaggggeeee 8888
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  533.  
  534.  
  535.  
  536.      nnnnooooaaaacccc      No attribute caching.
  537.  
  538.      pppprrrroooottttoooo=_x_y_z Use the IP protocol _x_y_z , where _x_y_z is either _u_d_p or _t_c_p . If
  539.                the specified protocol is not supported by the server, then the
  540.                mount will fail.  The default is _u_d_p .
  541.  
  542.      pppprrrriiiivvvvaaaatttteeee   Do not flush delayed writes on last close of an open file, and
  543.                use local file and record locking instead of a remote lock
  544.                manager.
  545.  
  546.      sssshhhhoooorrrrttttuuuuiiiidddd  Do not let users with userids or groupids larger than 65535
  547.                (see _i_d(1M)) create or own files.  Some versions of UNIX do not
  548.                support large userids; trying to create a file with a large
  549.                userid on such an NFS server can produce undefined and
  550.                surprising results.
  551.  
  552.      ssssyyyymmmmttttttttllll=_t  Set the time-to-live for symbolic links cached by NFS to _t
  553.                seconds.  ssssyyyymmmmttttttttllll====0000 turns off NFS symlink caching.  The maximum
  554.                value for _t is 3600.  (Default = 3600)
  555.  
  556.      aaaassssyyyynnnnccccnnnnllllmmmm  Use asynchronous NLM RPC calls.  The default is to use
  557.                synchronous NLM.  Using this option requires that _l_o_c_k_d(1M) be
  558.                running.
  559.  
  560.      ddddeeeeffffxxxxaaaattttttttrrrr  Use default values for system-defined extended attributes,
  561.                rather than asking the NFS server for their values. This option
  562.                does not work when nnnnooooaaaacccc is also specified.
  563.  
  564.      nnnnooooddddeeeeffffxxxxaaaattttttttrrrr
  565.                Always ask the server for extended attributes (required for
  566.                Trusted Irix).
  567.  
  568.      ddddooooxxxxaaaattttttttrrrr   Tell the NFS server that this client can be trusted to properly
  569.                handle extended attributes. This is necessary only when the
  570.                remote filesystem is exported with the nnnnooooxxxxaaaattttttttrrrr option.
  571.  
  572.      The bbbbgggg option causes _m_o_u_n_t to run in the background if the server's
  573.      _m_o_u_n_t_d(1M) does not respond.  _m_o_u_n_t attempts each request rrrreeeettttrrrryyyy====_n times
  574.      before giving up.
  575.  
  576.      Once the filesystem is mounted, each NFS request waits ttttiiiimmmmeeeeoooo====_n tenths of
  577.      a second for a response.  If no response arrives, the time-out is
  578.      multiplied by 2, up to a maximum of MAXTIMO (900), and the request is
  579.      retransmitted.  When rrrreeeettttrrrraaaannnnssss====_n retransmissions have been sent with no
  580.      reply a ssssoooofffftttt mounted filesystem returns an error on the request and a
  581.      hhhhaaaarrrrdddd mounted filesystem retries the request.  Filesystems that are
  582.      mounted rrrrwwww (read-write) should use the hhhhaaaarrrrdddd option.  The number of bytes
  583.      in a read or write request can be set with the rrrrssssiiiizzzzeeee and wwwwssssiiiizzzzeeee options.
  584.  
  585.      In the absence of client activity that would invalidate recently acquired
  586.      file attributes, NFS holds attributes cached for an interval between
  587.      aaaaccccrrrreeeeggggmmmmiiiinnnn and aaaaccccrrrreeeeggggmmmmaaaaxxxx for regular files, and between aaaaccccddddiiiirrrrmmmmiiiinnnn and
  588.  
  589.  
  590.  
  591.                                                                         PPPPaaaaggggeeee 9999
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  599.  
  600.  
  601.  
  602.      aaaaccccddddiiiirrrrmmmmaaaaxxxx for directories.  The aaaaccccttttiiiimmmmeeeeoooo option sets all attribute timeout
  603.      constraints to a given number of seconds.  The nnnnooooaaaacccc option disables
  604.      attribute caching altogether.
  605.  
  606.      The pppprrrriiiivvvvaaaatttteeee option greatly improves write performance by caching data and
  607.      delaying writes on the assumption that only this client modifies files in
  608.      the remote filesystem.  It should be used only if the greater risk of
  609.      lost delayed-write data in the event of a crash is acceptable given
  610.      better performance.  EFS uses caching strategies similar to private NFS
  611.      The system reduces the risk of data loss for all filesystems by
  612.      automatically executing a partial _s_y_n_c(2) at regular intervals.
  613.  
  614.      If the BDS option is installed, the following options are valid for nnnnffffssss
  615.      filesystems that have BDS service enabled:
  616.  
  617.      bbbbddddssss       Turn on bulk data service for this file system.
  618.  
  619.      bbbbddddssssaaaauuuuttttoooo=_s_i_z_e
  620.                For all read/write requests that are sized greater or equal to
  621.                _s_i_z_e, do BDS I/O instead of NFS I/O.
  622.  
  623.      bbbbddddsssswwwwiiiinnnnddddoooowwww=_s_i_z_e
  624.                Set the TCP protocol send and receive windows to _s_i_z_e instead
  625.                of the default of 4Mbytes.
  626.  
  627.      bbbbddddssssbbbbuuuuffffffffeeeerrrr=_s_i_z_e
  628.                Specify the size of data buffers within the server, instead of
  629.                allowing the server to determine the best size.
  630.  
  631.      bbbbddddsssspppprrrroooottttoooo=[_s_t_p|_t_c_p]
  632.                Specify the transmission protocol to use. stp is the Scheduled
  633.                Transfer Protocol. tcp is the Transmission Control Protocol.
  634.                The ssssttttpppp option is available only on the Origin and the Octane
  635.                platforms currently. Not specifying this option at all will
  636.                cause BDS by default to use the tcp transmission protocol.
  637.  
  638.      bbbbddddssssvvvvccccccccoooonnnnttttrrrroooollll=_c_i_r_c_u_i_t_N_u_m_b_e_r
  639.                Specify the virtual circuit to use, over the ST protocol, for
  640.                BDS command packets. This option is only applicable to BDS over
  641.                ST protocol (see bdsproto above). See also ST_OUT_VCNUM in the
  642.                STP(7P) man page for more information.
  643.  
  644.      Options specific to sssswwwwaaaapppp resources are:
  645.  
  646.      pppprrrriiii=_t     Set the priority of the swap device to _t.  The legal values are
  647.                from 0 to 7 inclusive.
  648.  
  649.      sssswwwwpppplllloooo=_t   Set the first 512 byte block to use to _t (default is 0).
  650.  
  651.      lllleeeennnnggggtttthhhh=_t  Set the number of 512 byte blocks to use to _t (default is
  652.                entire file/partition).
  653.  
  654.  
  655.  
  656.  
  657.                                                                        PPPPaaaaggggeeee 11110000
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  665.  
  666.  
  667.  
  668.      mmmmaaaaxxxxlllleeeennnnggggtttthhhh=_t
  669.                Set the maximum number of 512 byte blocks to grow the swap area
  670.                to _t (default is to use lllleeeennnnggggtttthhhh).
  671.  
  672.      vvvvlllleeeennnnggggtttthhhh=_t Set the number of virtual 512 byte blocks to claim this swap
  673.                file has to _t (default is to use lllleeeennnnggggtttthhhh).
  674.  
  675.      All other options except for _n_o_a_u_t_o are ignored for _ssss_wwww_aaaa_pppp files.
  676.  
  677.      If the CacheFS option is installed, the following options are valid for
  678.      ccccaaaacccchhhheeeeffffssss filesystems:
  679.  
  680.      bbbbaaaacccckkkkffffssssttttyyyyppppeeee=_f_i_l_e__s_y_s_t_e_m__t_y_p_e
  681.                The filesystem type of the back filesystem (for example, nnnnffffssss).
  682.                Any of the following filesystem types may be used as the back
  683.                filesystem:  _n_f_s, _n_f_s_3, _i_s_o_9_6_6_0, _d_o_s, _c_d_f_s, _k_f_s, or _h_f_s.  If
  684.                this option is not specified, the back filesystem type is
  685.                determined from the filesystem name.  Filesystem names of the
  686.                form _h_o_s_t_n_a_m_e:_p_a_t_h will be assumed to be type _n_f_s.
  687.  
  688.      bbbbaaaacccckkkkppppaaaatttthhhh=_p_a_t_h
  689.                Specifies where the back filesystem is already mounted.  If
  690.                this argument is not supplied, CacheFS determines a mount point
  691.                for the back filesystem.
  692.  
  693.      ccccaaaacccchhhheeeeddddiiiirrrr=_d_i_r_e_c_t_o_r_y
  694.                The name of the cache directory.
  695.  
  696.      ccccaaaacccchhhheeeeiiiidddd=_I_D
  697.                _I_D is a string specifying a particular instance of a cache.  If
  698.                you do not specify a cache ID, CacheFS will construct one.
  699.  
  700.      wwwwrrrriiiitttteeee----aaaarrrroooouuuunnnndddd | nnnnoooonnnn----sssshhhhaaaarrrreeeedddd
  701.                Write modes for CacheFS.  In the wwwwrrrriiiitttteeee----aaaarrrroooouuuunnnndddd mode, writes are
  702.                made to the back filesystem, and the affected file is purged
  703.                from the cache.  Also in this mode, file and record locking is
  704.                performed through the back filesystem.  You can use the nnnnoooonnnn----
  705.                sssshhhhaaaarrrreeeedddd mode (the default) when you are sure that no one else
  706.                will be writing to the cached filesystem.  In this mode, all
  707.                writes are made to both the front and the back filesystem, and
  708.                the file remains in the cache.
  709.  
  710.      nnnnooooccccoooonnnnsssstttt   By default, consistency checking is performed.  Disable
  711.                consistency checking by specifying nnnnooooccccoooonnnnsssstttt only if you mount
  712.                the filesystem read-only.
  713.  
  714.      pppprrrriiiivvvvaaaatttteeee   Causes file and record locking to be performed locally.  In
  715.                addition, files remain cached when file and record locking is
  716.                performed.  By default, files are not cached when file and
  717.                record locking is performed and all file and record locking is
  718.                handled by the back filesystem.
  719.  
  720.  
  721.  
  722.  
  723.                                                                        PPPPaaaaggggeeee 11111111
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  731.  
  732.  
  733.  
  734.      llllooooccccaaaallll----aaaacccccccceeeessssssss
  735.                Causes the front filesystem to interpret the mode bits used for
  736.                access checking instead or having the back filesystem verify
  737.                access permissions.
  738.  
  739.      ssssuuuuiiiidddd | nnnnoooossssuuuuiiiidddd
  740.                Allow (default) or disallow set-uid execution.
  741.  
  742.      aaaaccccrrrreeeeggggmmmmiiiinnnn=_n
  743.                Specifies that cached attributes are held for at least _n
  744.                seconds after file modification.  After _n seconds, CacheFS
  745.                checks to see if the file modification time on the back
  746.                filesystem has changed.  If it has, all information about the
  747.                file is purged from the cache and new data is retrieved from
  748.                the back filesystem.  The default value is 30 seconds.
  749.  
  750.      aaaaccccrrrreeeeggggmmmmaaaaxxxx=_n
  751.                Specifies that cached attributes are held for no more than _n
  752.                seconds after file modification.  After _n seconds, all file
  753.                information is purged from the cache.  The default value is 30
  754.                seconds.
  755.  
  756.      aaaaccccddddiiiirrrrmmmmiiiinnnn=_n
  757.                Specifies that cached attributes are held for at least _n
  758.                seconds after directory update.  After _n seconds, CacheFS
  759.                checks to see if the directory modification time on the back
  760.                filesystem has changed.  If it has, all information about the
  761.                directory is purged from the cache and new data is retrieved
  762.                from the back filesystem.  The default value is 30 seconds.
  763.  
  764.      aaaaccccddddiiiirrrrmmmmaaaaxxxx=_n
  765.                Specifies that cached attributes are held for no more than _n
  766.                seconds after directory update.  After _n seconds, all directory
  767.                information is purged from the cache.  The default value is 30
  768.                seconds.
  769.  
  770.      aaaaccccttttiiiimmmmeeeeoooo=_n Sets aaaaccccrrrreeeeggggmmmmiiiinnnn, aaaaccccrrrreeeeggggmmmmaaaaxxxx, aaaaccccddddiiiirrrrmmmmiiiinnnn, and aaaaccccddddiiiirrrrmmmmaaaaxxxx to _n.
  771.  
  772.      bbbbgggg        This option causes _m_o_u_n_t to run in the background if the back
  773.                filesystem mount times out.
  774.  
  775.      ddddiiiissssccccoooonnnnnnnneeeecccctttt
  776.                Causes the cache filesystem to operate in disconnected mode
  777.                when the back filesystem fails to respond.  This causes read
  778.                accesses to files already cached to be fulfilled from the front
  779.                filesystem even when the back filesystem does not respond.
  780.  
  781. NNNNOOOOTTTTEEEESSSS
  782.      The filesystem types nnnnffffssss2222, nnnnffffssss3333, and nnnnffffssss3333pppprrrreeeeffff are accepted for
  783.      compatibility with earlier releases.  nnnnffffssss2222 is equivalent to vvvveeeerrrrssss====2222. nnnnffffssss3333
  784.      is equivalent to vvvveeeerrrrssss====3333.  nnnnffffssss3333pppprrrreeeeffff is equivalent to nnnnffffssss with no vvvveeeerrrrssss====
  785.      option.
  786.  
  787.  
  788.  
  789.                                                                        PPPPaaaaggggeeee 11112222
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  797.  
  798.  
  799.  
  800.      Options used by the _m_o_u_n_t(1M) command on normal filesystems are ignored
  801.      when applied to the root filesystem, since the _f_s_t_a_b file cannot be read
  802.      before mounting the root filesystem.  These options include rrrrwwww and rrrroooo
  803.      (the root filesystem cannot be mounted read-only), ggggrrrrppppiiiidddd, qqqquuuuoooottttaaaa and
  804.      qqqqnnnnooooeeeennnnffffoooorrrrcccceeee (see _q_u_o_t_a_o_n(1M), ddddmmmmiiii, wwwwssssyyyynnnncccc, nnnnooooaaaattttiiiimmmmeeee, nnnnooooaaaalllliiiiggggnnnn, ssssuuuunnnniiiitttt, sssswwwwiiiiddddtttthhhh,
  805.      nnnnooooqqqquuuuoooottttaaaa, and llllbbbbssssiiiizzzzeeee....
  806.  
  807. FFFFIIIILLLLEEEESSSS
  808.      /etc/fstab
  809.  
  810. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  811.      cfsadmin(1M), fsck(1M), mount(1M), quotacheck(1M), quotaon(1M), swap(1M),
  812.      getmntent(3), efs(4), exports(4), fd(4), filesystems(4), mtab(4),
  813.      proc(4), xfs(4).
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.                                                                        PPPPaaaaggggeeee 11113333
  856.  
  857.  
  858.  
  859.